how to print the text of varying length in python

33

how to print the text of varying length in python -

print('{:20s} {:4.1f} <--- {}'.format(name_last_first, average, grades))

Comments

Submit
0 Comments